FailedToStoreCertificateException

class FailedToStoreCertificateException(val errors: List<String>, cause: Throwable? = null) : HolderException

Failed to store certificates exception.

Constructors

Link copied to clipboard
constructor(errors: List<String>, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val errors: List<String>
Link copied to clipboard
open val message: String?